ANativeWindow_acquire

Acquire a reference on the given {@link ANativeWindow} object. This prevents the object from being deleted until the reference is removed.

extern (C) nothrow @nogc
void
ANativeWindow_acquire
(
ANativeWindow* window
)

Meta